Vcenter Vm Storage Policy UpdateSpec
The Vcenter Vm Storage Policy UpdateSpec schema describes the updates to be made to the storage policies associated with the virtual machine home and/or its virtual disks.
This schema was added in vSphere API 6.7.
{
"vm_home": {
"type": "string",
"policy": "string"
},
"disks": {
"disks": {
"type": "string",
"policy": "string"
}
}
}
Storage policy to be used when reconfiguring the virtual machine home.
This property was added in vSphere API 6.7.
if missing or null
the current storage policy is retained.
Storage policy or policies to be used when reconfiguring virtual machine diks.
This property was added in vSphere API 6.7.
if missing or null
the current storage policy is retained.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk
.